ColorSync is a system extension that provides a platform for consistent color reproduction between widely varying output devices. ColorSync color matching capability was added to the Image Compression Manager picture drawing functions in QuickTime 1.6.1. You can now accurately reproduce color images (not movies) with the DrawPicture functions by setting the useColorMatching flag in the flags parameter to these functions.
enum {
useColorMatching = 4
};
For more information about QuickTime picture drawing functions, see "Working With Pictures and PICT Files," beginning on page 3-88 of Inside Macintosh: QuickTime .
| Previous | Chapter Contents | Chapter Top | Next |